/*basic*/
* {
	margin: 0;
	padding: 0;
}
body {
	font-size: 14px;
	font-family: Microsoft Yahei, "微软雅黑", Arial;
	color: #333;
}
a {
	color: #2e58ff;
	cursor: pointer;
	text-decoration: none;
}
img {
	border: none;
}
li {
	list-style: none;
}
a,img,button,input,textarea,li,div{
  -webkit-tap-highlight-color:rgba(255,255,255,0);
  -webkit-tap-highlight-color: transparent;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.middle{
	vertical-align: middle;
}
.bottom{
	vertical-align: bottom;
}
.clear {
	clear: both;
}
.clearfix:after{
	display:block;
	content:' ';
	clear:both;
}
.clearfix{
	*zoom:1;
}
.check-box{
    width: 15px;
	height: 15px;
	border-radius: 2px;
	border: solid 1px #ababab;
	background: none;
	display: inline-block;
	vertical-align: middle;
	margin-top: -2px;
}
.container{
	max-width: 1200px;
	margin: 0 auto;
	height: 100%;
	position: relative;
}
.font-bold{
	font-weight:bold;
}
.font-default{
	color: #222837;
}
.font-12{
	font-size: 12px;
}
.font-14{
	font-size: 14px;
}
.font-16{
	font-size: 16px;
}
.font-18{
	font-size: 18px;
}
.font-20{
	font-size: 20px;
}
.font-24{
	font-size: 24px;
}
.font-40{
	font-size: 40px;
}
.text-tip{
	opacity:0.8;
}
.float-right{
	float: right;
}
.float-left{
	float: left;
}
.text-white{
	color:#fff;
}
.bg-white{
	background: #fff;
}
.bg-gray{
	background:#f7f7f7;
}
.font-weight-290{
	font-weight: 290;
}
.pd30{
	padding: 30px;
}